home *** CD-ROM | disk | FTP | other *** search
/ Pesquisa Dirigida / Pesquisa Dirigida.iso / JOGOS / Arcade_Animals_2.swf / scripts / DefineButton2_88 / BUTTONCONDACTION on(keyPress Up).as < prev   
Text File  |  2005-01-07  |  444b  |  27 lines

  1. on(keyPress "<Up>"){
  2.    tellTarget("/up")
  3.    {
  4.       gotoAndPlay(2);
  5.    }
  6.    if(eval("/:y") == "1")
  7.    {
  8.       setProperty("/spin1", _rotation, "180");
  9.    }
  10.    if(eval("/:y") == "2")
  11.    {
  12.       setProperty("/spin1", _rotation, "0");
  13.    }
  14.    tellTarget("/right")
  15.    {
  16.       stop();
  17.       tellTarget("/left")
  18.       {
  19.          stop();
  20.          tellTarget("/down")
  21.          {
  22.             stop();
  23.          }
  24.       }
  25.    }
  26. }
  27.